home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae.june.archive / 000062_crash!minyos.xx….OZ.AU!s924723_Sat, 12 Jun 93 19:45:52 PST.msg < prev    next >
Text File  |  1993-08-31  |  2KB  |  43 lines

  1. Received: by bkhouse.cts.com (V1.16/Amiga)
  2.     id AA00000; Sat, 12 Jun 93 19:45:52 PST
  3. Received: from peladon.rmit.OZ.AU by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #15) id m0o4gMm-0000VFC; Sat, 12 Jun 93 17:56 PDT
  5. Received: from minyos.xx.rmit.OZ.AU by peladon.rmit.OZ.AU with SMTP id AA11134
  6.   (5.65c/IDA-1.4.4 for <amigae@bkhouse.cts.com>); Sun, 13 Jun 1993 10:56:03 +1000
  7. Received: by minyos.xx.rmit.oz.au
  8. Date: Sun, 13 Jun 93 10:56:02 EST
  9. Message-Id: <9306130056.7284@minyos.xx.rmit.oz.au>
  10. From: s924723@minyos.xx.rmit.OZ.AU (Son Huu Le)
  11. To: amigae@bkhouse.cts.com
  12. Subject: 
  13.  
  14.  
  15. > Anyways, I'm trying to get a handle on modules and libraries.  I understand
  16. > how to include a module and what it does, but I have a couple questions.
  17.  
  18. > 1) Are the function calls in a module always calls to a library from the
  19. >    LIBS: directory?
  20.  
  21. Mostly, although some libraries are embedded in ROM. (eg. dos.library,
  22. exec.library, etc.) All the ones that E automatically open are in ROM and
  23. for these, you don't need an emodule. Under 2.0 there are a few libraries
  24. in ROM which also need emodules (eg. gadtools.library).
  25.  
  26. > 2) What is the relation/difference between modules in the EMODULES:
  27. >    directory and modules in the subdirectories of EMODULES:?
  28.  
  29. The ones in the base dir contain library calls (eg. pragmas in C) for which
  30. E need to know where to JMP to. The ones in the subdirectory are structures
  31. for which you need to know how to access info. eg. fileinfoblock.filename
  32.  
  33. > 3) Where would I find documentation for library functions in the modules?
  34.  
  35. Amiga ROM Kernal Reference Manual series.. Libraries(best), Devices, AutoDoc
  36. and Includes and Bantam books AmigaDos. The latest revision (Third) has info
  37. covering upto and including ROM 2.04. There is no info on 3.0 (CBM have said
  38. they won't release info on AGA until they have finalised the AGA series,
  39. currently all locations can/will be changed in the next revision). I don't
  40. know about wb2.1 but Commodore don't update their manuals very often.
  41.  
  42. Hope that answers your question (and Warren's :).
  43. Son Le